projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b84b00
)
* make-dist: Exclude etc/*.pyc.
author
Glenn Morris
<rgm@gnu.org>
Sat, 11 Dec 2010 02:30:29 +0000
(18:30 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 11 Dec 2010 02:30:29 +0000
(18:30 -0800)
ChangeLog
patch
|
blob
|
history
make-dist
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index aec929ce90d7384a82dbcc6aedadd5af66fb7996..0bf18e238674f0cfa88a867f1f4d4a39e45c90d8 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2010-12-11 Glenn Morris <rgm@gnu.org>
+
+ * make-dist: Exclude etc/*.pyc.
+
2010-12-10 Andreas Schwab <schwab@linux-m68k.org>
* configure.in: Don't double machfile in final message.
diff --git
a/make-dist
b/make-dist
index 7f7b01112ae2a74b8228e742ced622da38441c7a..3d610c1eee60eb41d7e112b6217f4a149d643e5e 100755
(executable)
--- a/
make-dist
+++ b/
make-dist
@@
-441,7
+441,7
@@
echo "Making links to \`lwlib'"
echo "Making links to \`etc' and its subdirectories"
for f in `find etc -type f`; do
case $f in
- etc/DOC*) continue ;;
+ etc/DOC*
|etc/*.pyc
) continue ;;
esac
ln $f $tempdir/$f
done